#modal-fav-body {
  max-height: calc(100vh - 225px) !important; 
  overflow-y: auto;
}

.header-star-fav {
  font-size: 1.4rem;
  color: #ffc107;
}

.header-cust-fs-title{
  font-size: 1.25rem;
  color: #343a40 !important;
}

.body-cust-fs-title{
  font-size: 1rem;
  color: #343a40 !important;
}

.fav-play-cust-fs{
  color: #818182;
  font-size: 1.2rem;
}

@media (min-width: 576px) {
  .header-cust-fs-title{
    font-size: 1.5rem;
  }
  .body-cust-fs-title{
    font-size: 1rem;
  }
  .fav-play-cust-fs{
    font-size: 1.2rem;
  }
}

@media (min-width: 2400px) {
  .star-fav {
    font-size: 1.75rem;
  }
  .header-cust-fs-title{
    font-size: 1.6rem;
  }
  .body-cust-fs-title{
    font-size: 1.1rem;
  }
  .fav-play-cust-fs{
    font-size: 1.3rem;
  }
}